home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 2924.ZIP / DMLXREF.ARC / STRG.TBL < prev    next >
Encoding:
Text File  |  1988-12-28  |  2.0 KB  |  52 lines

  1. .R:E
  2. .W:96
  3. .H:...DML STRG UNIT Version 1.00...
  4. .H:...$$Day Mon D, YEAR$$  $$Z:MI A.M.$$     Page $$$...
  5. .H:...TABLE OF CONTENTS...
  6. .H:
  7. .F:
  8. .F:... Copyright (c) 1989, by DML Software Inc. ...
  9. .X:8
  10.  
  11.  
  12.                    DML SOFTWARE INC. TURBO PASCAL LIBRARY
  13.  
  14.  
  15. STRING SUBROUTINES
  16.  
  17.   The following procedures do conversions from one string to another 
  18.   string.  Most are functions, and the values of the input parameters are 
  19.   not altered.  
  20.  
  21.  
  22.  
  23.  
  24. Procedure                                                                Page
  25. ---------                                                                ----
  26.  
  27. STRING ROUTINES - CHANGES HIGHLIGHTS (VERSION 1.00)                         1
  28.  
  29. 1) GENERAL PURPOSE STRING                                                   2
  30.  
  31. StrConstants                                                                2
  32. RJS - Right Justify String                                                  3
  33. LJS - Left Justify String                                                   4
  34. CJS - Center Justify String                                                 5
  35. Strip - Removes blanks and tabs from a string.                              6
  36. StrCase - Converts the case of all letters in a string.                     8
  37. StrField - Returns a field from a delimited string.                         9
  38. StrFill - Fill a string with a character.                                  10
  39. StrPad - Blank pad a string.                                               11
  40. StrShiftLeft - Shift a string left one character.                          12
  41. StrShiftRight - Shift a string right one character.                        13
  42.  
  43. 2) STRING CONVERSION                                                       14
  44.  
  45. S2C - Convert a String into a Character Array.                             14
  46. C2S - Coverts a character array to a string.                               15
  47. S2Z - Convert a string in a DOS AsciiZ string.                             16
  48. Z2S - Convert an AsciiZ string to a string.                                17
  49.  
  50. 
  51.  
  52.